ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexChartBase<T> Class / OnClientSelectionChanged Property

In This Topic
    OnClientSelectionChanged Property (FlexChartBase<T>)
    In This Topic
    Occurs after the selection changes, whether programmatically or when the user clicks the chart.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientSelectionChanged As String
    public virtual string OnClientSelectionChanged {get; set;}
    See Also